home *** CD-ROM | disk | FTP | other *** search
/ MPEG Toolkit / MPEG Toolkit.iso / dos / mpegstat / imakefil < prev    next >
Encoding:
Text File  |  1997-01-01  |  509 b   |  20 lines

  1.  
  2. # This makefile is configured by  (c) 1993 by Phade Software
  3. # Why should be IMAKE only good for X11-programs ?`
  4.  
  5. ##ifdef BandAidCompiler
  6. ##include BandAidCompiler
  7. ##endif
  8.  
  9.         DEFINES = 
  10.        INCLUDES = 
  11. LOCAL_LIBRARIES = $(XLIB)
  12.   SYS_LIBRARIES = -lc_s
  13.            SRCS = decoders.c filter.c jrevdct.c main.c motionvectors.c \
  14.     parse.c util.c video.c
  15.            OBJS = decoders.o filter.o jrevdct.o main.o motionvectors.o \
  16.     parse.o util.o video.o
  17.  
  18. ComplexProgramTarget (mpegstat)
  19.  
  20.